home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2001 August / Practical Internet August 2001.iso / PracticalInternet.exe / scripts / DefineButton2_94 / BUTTONCONDACTION on(press).as
Text File  |  2001-10-17  |  411b  |  15 lines

  1. on(press){
  2.    if(fish != softnum - "5")
  3.    {
  4.       while(count < softnum)
  5.       {
  6.          set("field" add count,eval("soft" add (count + fish)));
  7.          set("field" add count add "link",eval("soft" add (count + fish) add "link"));
  8.          set("field" add count add "desc",eval("soft" add (count + fish) add "desc"));
  9.          count += "1";
  10.       }
  11.       count = "1";
  12.       fish += "1";
  13.    }
  14. }
  15.